diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-30 12:13:14 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 12:13:14 +0900 |
| commit | 6c8bba4f3cdcaec0e2a978c47252b63dbcf4af38 (patch) | |
| tree | 3e33a5e4e712ed76702396feca7e433561c59ef1 /config/waybar/style/[Dark] Golden Noir.css | |
| parent | fe7318f179d9e767e974e7613de3fdfdc8c3ddfd (diff) | |
| parent | bee0fe2eba9b5f463c3dcc4318e0a1e476477ccd (diff) | |
Merge pull request #537 from JaKooLit/development
Development to Main
Diffstat (limited to 'config/waybar/style/[Dark] Golden Noir.css')
| -rw-r--r-- | config/waybar/style/[Dark] Golden Noir.css | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css index f64d3ba8..51cbc8cf 100644 --- a/config/waybar/style/[Dark] Golden Noir.css +++ b/config/waybar/style/[Dark] Golden Noir.css @@ -32,6 +32,7 @@ tooltip { } /*-----module groups----*/ +.modules-left, .modules-right { padding-top: 2px; padding-bottom: 2px; @@ -50,13 +51,6 @@ tooltip { padding-left: 4px; } -.modules-left { - padding-top: 2px; - padding-bottom: 2px; - padding-right: 4px; - padding-left: 4px; -} - #workspaces button { color: #6E6A86; box-shadow: none; @@ -134,6 +128,7 @@ tooltip { #custom-hint, #custom-hypridle, #custom-menu, +#custom-playerctl, #custom-power_vertical, #custom-power, #custom-settings, @@ -184,6 +179,7 @@ tooltip { animation-direction: alternate; } +#backlight-slider slider, #pulseaudio-slider slider { min-width: 0px; min-height: 0px; @@ -193,6 +189,7 @@ tooltip { box-shadow: none; } +#backlight-slider trough, #pulseaudio-slider trough { min-width: 80px; min-height: 5px; @@ -200,30 +197,9 @@ tooltip { background-color: #22252a; } +#backlight-slider highlight, #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; background-color: #ba5663; -} - -#backlight-slider slider { - min-width: 0px; - min-height: 0px; - opacity: 0; - background-image: none; - border: none; - box-shadow: none; -} - -#backlight-slider trough { - min-width: 80px; - min-height: 10px; - border-radius: 5px; - background-color: #22252a; -} - -#backlight-slider highlight { - min-width: 10px; - border-radius: 5px; - background-color: #ba5663; }
\ No newline at end of file |
